Support for vga text modes bigger than 80x25.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 15 Aug 2006 10:16:44 +0000 (11:16 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 15 Aug 2006 10:16:44 +0000 (11:16 +0100)
commit21bee178702115be95216855235b902a59bf856a
tree0837654807e6310aff2b9562d985a01f6ab65222
parent13451be1da714dc48351e091b02a984a25170eeb
Support for vga text modes bigger than 80x25.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
14 files changed:
linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c
linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c
xen/arch/x86/domain_build.c
xen/drivers/Makefile
xen/drivers/char/console.c
xen/drivers/video/Makefile [new file with mode: 0644]
xen/drivers/video/font_8x14.c [new file with mode: 0644]
xen/drivers/video/font_8x16.c [new file with mode: 0644]
xen/drivers/video/font_8x8.c [new file with mode: 0644]
xen/drivers/video/vga.c [new file with mode: 0644]
xen/include/public/xen.h
xen/include/xen/console.h
xen/include/xen/font.h [new file with mode: 0644]
xen/include/xen/vga.h [new file with mode: 0644]